home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / VCL / Lexer / LexSampleU.dfm < prev    next >
Encoding:
Text File  |  2004-10-22  |  1.1 KB  |  56 lines

  1. object LexSampleForm: TLexSampleForm
  2.   Left = 191
  3.   Top = 28
  4.   Width = 783
  5.   Height = 540
  6.   Caption = 'LexSampleForm'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poDefaultPosOnly
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object SamplePanel: TPanel
  18.     Left = 0
  19.     Top = 472
  20.     Width = 775
  21.     Height = 41
  22.     Align = alBottom
  23.     TabOrder = 0
  24.     object btnPerformance: TButton
  25.       Left = 104
  26.       Top = 8
  27.       Width = 137
  28.       Height = 25
  29.       Caption = 'PerformanceSample'
  30.       TabOrder = 0
  31.       OnClick = btnPerformanceClick
  32.     end
  33.     object btnTokenSample: TButton
  34.       Left = 536
  35.       Top = 8
  36.       Width = 137
  37.       Height = 25
  38.       Caption = 'TokenSample'
  39.       TabOrder = 1
  40.       OnClick = btnTokenSampleClick
  41.     end
  42.   end
  43.   object SampleMemo: TMemo
  44.     Left = 0
  45.     Top = 0
  46.     Width = 775
  47.     Height = 472
  48.     Align = alClient
  49.     TabOrder = 1
  50.   end
  51.   object OpenDialog1: TOpenDialog
  52.     Left = 80
  53.     Top = 104
  54.   end
  55. end
  56.